@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#app {
  display: none;
}
.mainbanner {
  width: 100%;
  height: 387px;
  box-sizing: border-box;
}
.mainbanner .swiper,
.mainbanner .mainbannerImg {
  width: 100%;
  height: 100%;
}
.mainbanner .mainbannerImg {
  background: no-repeat center top / cover;
}
.mainbanner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popoverinfo {
  padding: 0 20px;
  padding-top: 20px;
}
.popoverinfo .popoverTitle,
.popoverinfo .popoverDesc {
  padding: 0 10px;
}
.popoverinfo .popoverTitle {
  font-size: 22px;
  font-weight: 600;
  color: #1d2088;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e1e1;
}
.popoverinfo .popoverDesc {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #262626;
}
.popoverinfo .popoverDesc a {
  display: block;
  color: #262626;
}
.popoverinfo .popoverDesc a:hover {
  color: #0168ff;
}
.titleCommon {
  width: 100%;
  box-sizing: border-box;
}
.titleCommon .titleText {
  margin: 0 auto;
  text-align: center;
}
.titleCommon .titleText .cn {
  font-size: 53px;
  color: #1d2088;
  font-weight: 600;
  text-transform: uppercase;
}
.titleCommon .titleText .cn span {
  position: relative;
}
.titleCommon .titleText .cn span::after {
  content: '';
  width: 47px;
  height: 47px;
  position: absolute;
  top: 10px;
  left: -70px;
  box-sizing: border-box;
  background: url('../newimg/title_icon.png?v=7585666') no-repeat center;
}
.titleCommon .titleText .cn span::before {
  content: '';
  width: 47px;
  height: 47px;
  position: absolute;
  top: 10px;
  right: -70px;
  box-sizing: border-box;
  background: url('../newimg/title_icon2.png?v=7585666') no-repeat center;
}
.titleCommon .titleText .en {
  font-size: 19px;
  color: #c7c7c7;
  text-transform: uppercase;
}
.titleCommon_W .titleText .cn,
.titleCommon_W .titleText .en {
  color: #fff;
}
.comTitle {
  width: 100%;
  height: 170px;
  box-sizing: border-box;
  background: url('../newimages/childenBG.png') no-repeat center;
}
.comTitle .content {
  display: flex;
  height: 100%;
  align-items: center;
}
.comTitle .content span {
  font-size: 40px;
  color: #fff;
  display: inline-block;
  position: relative;
  transform: translateX(50px);
  padding: 0 20px;
}
.comTitle .content span::after {
  content: '';
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.comTitle .content span i {
  z-index: 2;
}
.exhibitionBox {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-top: 30px;
}
.exhibitionBox li img {
  max-width: 100%;
}
.zhanshangzhuanquBox {
  margin: 50px 0;
}
.zhanshangzhuanquBox ul {
  display: grid;
}
.zhanshangzhuanquBox ul li {
  display: flex;
  grid-gap: 20px;
  padding: 20px 0;
}
.zhanshangzhuanquBox ul li .descBox p {
  font-size: 22px;
  margin-bottom: 10px;
  padding: 5px;
  color: #fff;
  padding-left: 20px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-image: linear-gradient(to right, #2a84ff, transparent);
}
.zhanshangzhuanquBox ul li .descBox div {
  font-size: 20px;
  line-height: 34px;
  text-align: justify;
}
.liudazhuti {
  width: 100%;
  box-sizing: border-box;
  padding-top: 96px;
  background: url(../newimages/2026/ditu_bg.png) no-repeat center bottom, #f1f6f8;
}
.liudazhuti .swiperBox {
  position: relative;
  width: 100%;
  height: 660px;
  box-sizing: border-box;
}
.liudazhuti .swiperBox .swiper-button-next,
.liudazhuti .swiperBox .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  border-radius: 5px;
  right: unset;
  top: unset;
  left: unset;
  bottom: -80px;
}
.liudazhuti .swiperBox .swiper-button-next::after,
.liudazhuti .swiperBox .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
.liudazhuti .swiperBox .swiper-button-next {
  left: calc(50% + 20px);
}
.liudazhuti .swiperBox .swiper-button-prev {
  right: calc(50% + 20px);
}
.liudazhuti .swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: 90px;
  position: relative;
  overflow: hidden;
}
.liudazhuti .ditu {
  text-align: center;
  padding: 120px 0 90px;
  padding-top: 120px;
}
.liudazhuti .ditu img {
  max-width: 100%;
}
.liudazhuti .swiper-slide {
  width: 400px;
  box-sizing: border-box;
}
.liudazhuti .swiper-slide .infoBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
.liudazhuti .swiper-slide .infoBox span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 480px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  text-align: left;
}
.liudazhuti .swiper-slide .infoBox span p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: normal;
}
.liudazhuti .swiper-slide .infoBox img {
  width: 92%;
  border-radius: 10px;
}
.liudazhuti .swiper-slide .infoBox .descBox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 15px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.5s;
  cursor: grab;
}
.liudazhuti .swiper-slide .infoBox .descBox a {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-decoration: underline;
}
.liudazhuti .swiper-slide .infoBox .text {
  padding: 0 20px;
  font-size: 30px;
  color: #484848;
  font-weight: 600;
  margin-top: 40px;
  text-align: center;
}
.liudazhuti .swiper-slide:hover .infoBox .descBox {
  opacity: 1;
}
.liudazhuti .swiper-slide:hover .infoBox .text {
  color: #7dd9fb;
  position: relative;
  z-index: 999;
}
#headerPageBox .fixedBox {
  width: 105px;
  box-sizing: border-box;
  position: fixed;
  right: -105px;
  top: 47%;
  transform: translateY(-50%);
  z-index: 999;
  transition: all 0.5s;
}
#headerPageBox .fixedBox .fixed {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
#headerPageBox .fixedBox .fixed ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
#headerPageBox .fixedBox .fixed ul a {
  width: 96px;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.5s;
  padding: 15px 0;
}
#headerPageBox .fixedBox .fixed ul a path {
  transition: all 0.5s;
}
#headerPageBox .fixedBox .fixed ul a .iconBox {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
#headerPageBox .fixedBox .fixed ul a .fixedText {
  font-weight: 600;
  margin-top: 5px;
}
#headerPageBox .fixedBox .fixed ul a:hover,
#headerPageBox .fixedBox .fixed ul .active {
  color: #d72226;
}
#headerPageBox .fixedBox .fixed ul a:hover .iconBox path,
#headerPageBox .fixedBox .fixed ul .active .iconBox path {
  fill: #d72226;
}
#headerPageBox .fixedBox .fixed .diffBox {
  width: 105px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #d72226;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 20px;
  transition: all 0.5s;
  transform: translateX(-105px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
#headerPageBox .fixedBox .fixed .diffBox .timeNum {
  font-size: 30px;
  line-height: 37px;
  font-weight: 900;
  color: #fff;
}
#headerPageBox .fixedBox .fixed .diffBox .timeNum span {
  font-size: 15px;
  line-height: 15px;
}
#headerPageBox .fixedBox .fixed .kefu {
  width: auto;
  padding: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
  background-color: transparent !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
#headerPageBox .fixedBox .fixed .showfixedBox {
  right: 0;
}
#headerPageBox .fixedBox .top {
  width: 100%;
  position: relative;
  z-index: 99999999;
  bottom: 21px;
  right: 0;
  text-align: right;
}
#headerPageBox .topBar {
  height: 132px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  z-index: 999;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
#headerPageBox .topBar .content {
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#headerPageBox .topBar .content .logo_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
#headerPageBox .topBar .content .logo {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#headerPageBox .topBar .content .logo img {
  height: 80px;
}
#headerPageBox .topBar .content .time_address .desc {
  font-size: 22px;
  color: #332274;
  font-weight: 600;
}
#headerPageBox .topBar .content .time_address .descBox {
  display: flex;
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
#headerPageBox .topBar .content .time_address .descBox .time {
  margin-right: 50px;
}
#headerPageBox .topBar .content .lange {
  width: 114px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #f17921;
  color: #fff;
  cursor: pointer;
}
#headerPageBox .chunjietopBar {
  background: url('../newimages/chunjiePC.png') no-repeat center / cover;
}
#headerPageBox .chunjietopBar .content .time_address .desc {
  color: #fff;
}
#headerPageBox .chunjietopBar .content .time_address .descBox {
  color: #fff;
}
#headerPageBox .showfixedBox {
  right: 0;
}
#headerPageBox .showfixedBox .fixed .diffBox {
  transform: translateX(0px);
}
#topBar2 {
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  position: relative;
}
#topBar2 .logo {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#topBar2 .logo img {
  height: 44px;
}
#topBar2 .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  box-sizing: border-box;
  gap: 20px;
}
#topBar2 .content ul {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  box-sizing: border-box;
  align-items: center;
}
#topBar2 .content ul li {
  height: 100%;
  font-size: 18px;
  color: #7c7c7f;
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
#topBar2 .content ul li::after {
  content: '▼';
  color: #7c7c7f;
  font-size: 15px;
  position: relative;
  right: -5px;
}
#topBar2 .content ul a {
  height: 100%;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
#topBar2 .content ul li:hover {
  color: #d72226;
}
#topBar2 .content ul .noMore::after {
  display: none;
}
.topBar2Fixed,
.topBar2Fixed2 {
  top: 0;
  position: fixed !important;
  left: 0;
  z-index: 99;
}
.topBar2Fixed {
  box-shadow: 0 12px 10px -4px rgba(0, 0, 0, 0.05);
}
.banner {
  height: 880px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.banner #topBar2 {
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
}
.banner #topBar2 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}
.banner #topBar2 .content ul {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  box-sizing: border-box;
  align-items: center;
}
.banner #topBar2 .content ul li {
  height: 100%;
  font-size: 20px;
  color: #fff;
  margin-left: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
.banner #topBar2 .content ul li::after {
  position: relative;
  top: 5px;
  right: -6px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  border: 6px solid transparent;
  border-top: 9px solid #fff;
}
.banner #topBar2 .content ul li:hover {
  color: #d72226;
}
.banner #topBar2 .content ul .noMore::after {
  display: none;
}
.banner .topBar2Fixed {
  top: 0;
  position: fixed !important;
  left: 0;
  z-index: 99;
}
.banner .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
}
.banner .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
  background: no-repeat center top;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
  z-index: 999999999;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.baoming {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.2);
}
.baoming .ulBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.baoming .ulBox li {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
}
.baoming .ulBox li a {
  width: 600px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  justify-content: space-between;
}
.baoming .ulBox li a img {
  margin: 0 30px;
}
.baoming .ulBox li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 100%;
  transition: all 0.5s;
}
.baoming .ulBox .zhanwei {
  justify-content: flex-end;
  background-color: #d72226;
}
.baoming .ulBox .zhanwei_a::after {
  width: 100%;
  background-color: #1d2088;
}
.baoming .ulBox .canguan {
  background-color: #1d2088;
}
.baoming .ulBox .canguan_a::after {
  width: 100%;
  background-color: #d72226;
}
.baoming .ulBox .active::after {
  width: 100%;
}
.huiyiInfo {
  width: 100%;
  height: 340px;
  box-sizing: border-box;
  background: url('../newimg/descinfo.png?v=7585666') no-repeat center;
}
.huiyiInfo .content {
  width: 1200px;
  height: 100%;
}
.huiyiInfo .content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.huiyiInfo .content ul li {
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding-top: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.huiyiInfo .content ul li .imgBox {
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.huiyiInfo .content ul li .desc {
  width: 100%;
  box-sizing: border-box;
  font-size: 38px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.huiyiInfo .content ul li .desc2 {
  font-size: 17px;
  color: #fff;
  line-height: normal;
}
.jieshao {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  padding-bottom: 0;
}
.jieshao .info .more {
  display: inline-block;
  font-size: 14px;
  background-color: #0658d2;
  padding: 5px 20px;
  border-radius: 20px;
  color: #fff;
  margin-top: 20px;
}
.jieshao ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
}
.jieshao ul li {
  flex: 1;
}
.jieshao ul li p {
  font-size: 17px;
  text-align: justify;
  text-indent: 2em;
}
.jieshao ul li img {
  max-width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
}
.huodong {
  width: 100%;
  height: 340px;
  box-sizing: border-box;
  background-color: #fff;
}
.huodong .content {
  height: 100%;
  display: flex;
  align-items: center;
}
.huodong .content ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  grid-column-gap: 20px;
}
.huodong .content ul li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.huodong .content ul li img {
  max-width: 100%;
}
.liangdian {
  width: 100%;
  padding: 100px 0;
  padding-bottom: 0;
  box-sizing: border-box;
  background: url('../newimg/ldBG.png?v=7585666') no-repeat center top;
  background-size: cover;
}
.liangdian .swiperBox {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}
.liangdian .swiperBox .swiper-button-next,
.liangdian .swiperBox .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  border-radius: 5px;
}
.liangdian .swiperBox .swiper-button-next::after,
.liangdian .swiperBox .swiper-button-prev::after {
  color: #fff;
}
.liangdian .swiperBox .swiper-button-next {
  right: -70px;
}
.liangdian .swiperBox .swiper-button-prev {
  left: -70px;
}
.liangdian .swiperBox .swiper {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 50px;
}
.liangdian .swiperBox .swiper-slide {
  width: 824px;
  height: 465px;
  box-sizing: border-box;
  position: relative;
}
.liangdian .swiperBox .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.liangdian .swiperBox .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.liangdian .swiperBox .swiper-slide .infoBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.liangdian .swiperBox .swiper-slide .infoBox .ld_title {
  width: 100%;
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
}
.liangdian .swiperBox .swiper-slide .infoBox .ld_desc {
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.liangdian .liangdianList {
  width: 100%;
  height: 108px;
  box-sizing: border-box;
  background-color: #075ad5;
}
.liangdian .liangdianList .content {
  height: 100%;
  box-sizing: border-box;
}
.liangdian .liangdianList .content ul {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.liangdian .liangdianList .content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 10px;
}
.liangdian .liangdianList .content ul li .desc {
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
}
.liangdian .liangdianList .content ul .active {
  background-color: #1487e7;
}
.zixun {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  background: url('../newimg/zixunBG.png?v=7585666') no-repeat center top;
  background-size: cover;
}
.zixun .content .infoBox {
  width: 100%;
  box-sizing: border-box;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.zixun .content .infoBox .title {
  font-size: 33px;
  color: #fff;
}
.zixun .content .infoBox .title span {
  font-size: 24px;
  margin-left: 50px;
}
.zixun .content .infoBox .news {
  width: 630px;
  box-sizing: border-box;
}
.zixun .content .infoBox .news .newsInfo {
  width: 100%;
  box-sizing: border-box;
  margin-top: 18px;
}
.zixun .content .infoBox .news .newsInfo .more {
  font-size: 25px;
  margin-top: 10px;
}
.zixun .content .infoBox .news .newsInfo .more a {
  color: #fff;
}
.zixun .content .infoBox .news .newsInfo .swiper {
  width: 100%;
  height: 478px;
  overflow: hidden;
}
.zixun .content .infoBox .news .newsInfo .swiper-slide {
  height: 100%;
  border-bottom: 1px solid #fff;
}
.zixun .content .infoBox .news .newsInfo li,
.zixun .content .infoBox .news .newsInfo a {
  padding: 14px 0;
  display: flex;
  justify-content: flex-start;
}
.zixun .content .infoBox .news .newsInfo li .img,
.zixun .content .infoBox .news .newsInfo a .img {
  width: 149px;
  height: 90px;
  box-sizing: border-box;
  margin-right: 20px;
  overflow: hidden;
}
.zixun .content .infoBox .news .newsInfo li .img img,
.zixun .content .infoBox .news .newsInfo a .img img {
  width: 100%;
}
.zixun .content .infoBox .news .newsInfo li .newTitle,
.zixun .content .infoBox .news .newsInfo a .newTitle {
  color: #fff;
  flex: 1;
}
.zixun .content .infoBox .news .newsInfo li:last-child {
  border: none;
}
.zixun .content .infoBox .video {
  width: 710px;
  padding-right: 30px;
  box-sizing: border-box;
}
.zixun .content .infoBox .video .videoinfoSwiper {
  position: relative;
}
.zixun .content .infoBox .video .videoinfoSwiper .swiper-button-next,
.zixun .content .infoBox .video .videoinfoSwiper .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  border-radius: 5px;
  right: unset;
  left: unset;
  top: unset;
  bottom: -80px;
}
.zixun .content .infoBox .video .videoinfoSwiper .swiper-button-next::after,
.zixun .content .infoBox .video .videoinfoSwiper .swiper-button-prev::after {
  color: #fff;
}
.zixun .content .infoBox .video .videoinfoSwiper .swiper-button-next {
  left: 80px;
}
.zixun .content .infoBox .video .videoinfoSwiper .swiper-button-prev {
  left: 0;
}
.zixun .content .infoBox .video .swiper {
  width: 100%;
  height: 100%;
}
.zixun .content .infoBox .video .videoinfo {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-top: 30px;
}
.zixun .content .infoBox .video .videoinfo .poster {
  width: 100%;
}
.zixun .content .infoBox .video .videoinfo .poster img {
  width: 100%;
}
.zixun .content .infoBox .video .videoinfo .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zixun .content .infoBox .video .vodexBoxPlay {
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
.zixun .content .infoBox .video .vodexBoxPlay video {
  width: 100%;
}
.tongqi {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
}
.tongqi .swiperBox {
  width: 100%;
  box-sizing: border-box;
  margin-top: 50px;
  position: relative;
}
.tongqi .swiperBox .swiper {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.tongqi .swiperBox .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.tongqi .swiperBox .swiper .swiper-slide img {
  max-width: 100%;
  box-sizing: border-box;
}
.tongqi .swiper-button-next {
  right: -60px;
}
.tongqi .swiper-button-prev {
  left: -60px;
}
.tongqi ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}
.tongqi ul li {
  margin: 10px 0;
  position: relative;
}
.tongqi ul li .descText {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.jiabin {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background: url('../newimg/jiabinBG.png?v=7585666') no-repeat center top;
  background-size: cover;
}
.jiabin .swiper-button-next {
  right: -60px;
}
.jiabin .swiper-button-prev {
  left: -60px;
}
.jiabin .jiabinSwiper {
  margin-top: 50px;
  position: relative;
}
.jiabin .jiabinSwiper .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jiabin .jiabinSwiper .swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
}
.jiabin .jiabinSwiper li {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.jiabin .jiabinSwiper li .touxiangImg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jiabin .jiabinSwiper li .quan {
  width: 155px;
  box-sizing: border-box;
}
.jiabin .jiabinSwiper li .quan img {
  width: 100%;
}
.jiabin .jiabinSwiper li .touxiang {
  width: 95px;
  height: 95px;
  box-sizing: border-box;
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
}
.jiabin .jiabinSwiper li .touxiang img {
  width: 100%;
  height: 100%;
}
.jiabin .jiabinSwiper li .name {
  font-size: 17px;
  text-align: center;
  margin: 5px 0;
}
.jiabin .jiabinSwiper li .desc {
  width: 100%;
  font-size: 15px;
  text-align: center;
}
.jiabin .jiabinSwiper li:hover .quan {
  -webkit-animation: round 2.8s infinite linear;
  animation: round 2.8s infinite linear;
}
.jiabin .jiabinSwiper ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 0px;
}
.huigu {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  padding-bottom: 0;
}
.huigu .swiperBox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.huigu .swiperBox .swiper-container {
  width: 100%;
  height: auto;
  padding: 90px 0;
  margin-left: auto;
  margin-right: auto;
}
.huigu .swiperBox .swiper-slide {
  width: 787px;
  height: 564px;
  box-sizing: border-box;
  overflow: hidden;
}
.huigu .swiperBox .swiper-slide img {
  max-width: 100%;
  height: 100%;
}
.pinpai,
.meiti {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  background-color: #f9f9f9;
}
.pinpai .pinpailogo,
.meiti .pinpailogo {
  width: 100%;
  box-sizing: border-box;
  margin-top: 70px;
  position: relative;
  margin: auto;
}
.pinpai .pinpailogo .upToDownSwiper,
.meiti .pinpailogo .upToDownSwiper {
  height: 390px;
  overflow: hidden;
}
.pinpai .pinpailogo .swiper,
.meiti .pinpailogo .swiper {
  overflow: hidden;
}
.pinpai .pinpailogo .swiper-button-next,
.meiti .pinpailogo .swiper-button-next {
  right: -50px;
}
.pinpai .pinpailogo .swiper-button-prev,
.meiti .pinpailogo .swiper-button-prev {
  left: -50px;
}
.pinpai .pinpailogo .pinpaiUL,
.meiti .pinpailogo .pinpaiUL {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 10px;
}
.pinpai .pinpailogo .dataListBox,
.meiti .pinpailogo .dataListBox,
.pinpai .pinpailogo .shadowBox,
.meiti .pinpailogo .shadowBox {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}
.pinpai .pinpailogo li,
.meiti .pinpailogo li {
  width: 100%;
  height: 120px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.pinpai .pinpailogo li img,
.meiti .pinpailogo li img {
  max-width: 100%;
}
.pinpai {
  padding-bottom: 0;
}
.aboutUS {
  width: 100%;
  box-sizing: border-box;
  background: #1d2088 url('newimg/usBG.png?v=7585666') no-repeat center top;
  padding-top: 75px;
  padding-bottom: 150px;
}
.aboutUS .content {
  position: relative;
  padding-bottom: 80px;
}
.aboutUS .content .title {
  font-size: 22px;
  color: #fff;
}
.aboutUS .content .guanzhu {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.aboutUS .content .guanzhu .shareImg {
  margin-top: 30px;
  display: flex;
  grid-gap: 35px;
  width: 100%;
  box-sizing: border-box;
}
.aboutUS .content .guanzhu .shareImg ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.aboutUS .content .guanzhu .shareImg ul a,
.aboutUS .content .guanzhu .shareImg ul li {
  width: 62px;
  height: 62px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutUS .content .guanzhu .shareImg ul a img,
.aboutUS .content .guanzhu .shareImg ul li img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 500px;
}
.aboutUS .content .guanzhu .jinqun {
  text-align: center;
  word-break: break-all;
}
.aboutUS .content .guanzhu .jinqun div {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.aboutUS .content .contentInfoBox {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.aboutUS .content .contentInfoBox .title2 {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.aboutUS .content .contentInfoBox .title2 span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.aboutUS .content .contentInfoBox .li1 {
  width: 380px;
  box-sizing: border-box;
  position: relative;
}
.aboutUS .content .contentInfoBox .li1::after {
  content: '';
  width: 1px;
  height: 205px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.aboutUS .content .contentInfoBox .li1 ul {
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.aboutUS .content .contentInfoBox .li1 ul li {
  width: 30.33%;
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
  cursor: pointer;
}
.aboutUS .content .contentInfoBox .li2 {
  width: 600px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.aboutUS .content .contentInfoBox .li2::after {
  content: '';
  width: 1px;
  height: 205px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.aboutUS .content .contentInfoBox .li2 .title,
.aboutUS .content .contentInfoBox .li2 .ul1,
.aboutUS .content .contentInfoBox .li2 .small {
  padding-left: 0px;
}
.aboutUS .content .contentInfoBox .li2 ul {
  width: 490px;
  box-sizing: border-box;
}
.aboutUS .content .contentInfoBox .li2 ul li {
  width: 100%;
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}
.aboutUS .content .contentInfoBox .li2 ul li span:nth-child(2) {
  width: 210px;
  display: inline-block;
}
.aboutUS .content .contentInfoBox .li2 .ul2 {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.aboutUS .content .contentInfoBox .li2 .ul2 .small {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #fff;
  margin: 20px 0;
  margin-top: 2px;
}
.aboutUS .content .contentInfoBox .li3 {
  padding-left: 60px;
}
.aboutUS .content .contentInfoBox .li3 .title {
  font-size: 18px;
}
.aboutUS .content .contentInfoBox .li3 .qrImg {
  margin-top: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.aboutUS .content .contentInfoBox .li3 .qrImg img {
  width: 120px;
  box-sizing: border-box;
}
.aboutUS .content .contentInfoBox .li3 .qrImg div {
  font-size: 20px;
  margin-top: 20px;
  color: #fff;
}
.zuzhijigou {
  width: 100%;
  padding-top: 50px;
  box-sizing: border-box;
}
.zuzhijigou .info {
  padding: 20px 0;
}
.zuzhijigou .info .t {
  text-align: center;
  font-size: 24px;
  color: #7c7c7f;
  margin-bottom: 20px;
}
.zuzhijigou .info .imageBox {
  display: flex;
  justify-content: center;
}
.zuzhijigou .info .imageBox li {
  width: 200px;
  height: 120px;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 20px;
}
.zuzhijigou .info .imageBox li img {
  max-width: 100%;
  max-height: 100%;
}
#cn_about {
  width: 100%;
  box-sizing: border-box;
}
#cn_about .tableBox {
  width: 100%;
  margin-top: 90px;
}
#cn_about .tableBox table {
  width: 100%;
  box-sizing: border-box;
}
#cn_about .tableBox table tr td {
  font-size: 20px;
  color: #2f2f2f;
  line-height: 45px;
  padding-left: 90px;
}
#cn_about .tableBox table tr td:first-child {
  width: 374px;
  height: 62px;
  background-color: #f1f1f1;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
}
#cn_about .jieshao {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
}
#cn_about .jieshao .info .more {
  display: inline-block;
  font-size: 24px;
  background-color: #0658d2;
  padding: 5px 20px;
  border-radius: 20px;
  color: #fff;
  margin-top: 20px;
}
#cn_about .jieshao ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  grid-column-gap: 20px;
  margin-top: 40px;
}
#cn_about .jieshao ul li {
  flex: 1;
  box-sizing: border-box;
}
#cn_about .jieshao ul li p {
  font-size: 17px;
  text-align: justify;
  margin-bottom: 20px;
  text-indent: 2em;
}
#cn_about .jieshao ul li img {
  max-width: 100%;
}
#booth_floor_plan {
  width: 100%;
  box-sizing: border-box;
}
#booth_floor_plan .comtitle {
  display: flex;
  align-items: flex-end;
  margin: 80px 0;
}
#booth_floor_plan .comtitle .cn {
  line-height: 45px;
  font-size: 45px;
  color: #0a3291;
  margin-right: 20px;
  font-weight: 900;
}
#booth_floor_plan .comtitle .en {
  font-size: 25px;
  line-height: 25px;
  color: #b7b7b7;
}
#booth_floor_plan .foodBox {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  padding: 65px 60px;
  border-radius: 20px;
}
#booth_floor_plan .foodBox .foodInfoBox {
  margin-bottom: 50px;
}
#booth_floor_plan .foodBox .foodInfoBox .zhutiTitle .en {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  color: #0168ff;
}
#booth_floor_plan .foodBox .foodInfoBox .zhutiTitle .cn {
  font-size: 30px;
  line-height: 60px;
  color: #0168ff;
}
#booth_floor_plan .foodBox .foodInfoBox .foodDesv {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
#booth_floor_plan .foodBox .foodInfoBox .foodDesv .icon {
  transform: translateY(-20px);
  margin-right: 20px;
}
#booth_floor_plan .foodBox .foodInfoBox .foodDesv .translateY0 {
  transform: translateY(20px);
}
#booth_floor_plan .foodBox .foodInfoBox .foodDesv .descText p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-bottom: 5px;
}
#booth_floor_plan .foodBox .foodInfoBox .foodDesv .descText p i {
  color: red;
}
#booth_floor_plan .foodBox .foodInfoBox .foodDesv .descText .blue {
  color: #0168ff;
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox {
  width: 100%;
  box-sizing: border-box;
  margin-top: 50px;
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox .userBox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox .userBox .descTtile {
  margin-top: 50px;
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox .userBox .usPhone {
  margin-top: 50px;
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox .userBox p,
#booth_floor_plan .foodBox .foodInfoBox .tableBox .userBox .descTtile {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-bottom: 5px;
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox .userBox p a,
#booth_floor_plan .foodBox .foodInfoBox .tableBox .userBox .descTtile a {
  color: #000;
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox .userBox .qrbox {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #3b89fe;
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox table tr th {
  color: #fff;
  font-size: 30px;
  padding: 22px 0;
  background-color: #0168ff;
  font-weight: 500;
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox table tr td {
  border: 1px solid #3b89fe;
  color: #000;
  font-size: 30px;
  padding: 22px 0;
  text-align: center;
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox table tr td:first-child {
  padding: 0 10px;
}
#booth_floor_plan .foodBox .foodInfoBox .tableBox table tr:nth-child(2n+1) {
  background-color: #ecf1f8;
}
#concurrent_meetings {
  width: 100%;
  box-sizing: border-box;
}
#concurrent_meetings .infocontent {
  padding-top: 80px;
}
#concurrent_meetings .infocontent .comtitle {
  display: flex;
  align-items: flex-end;
}
#concurrent_meetings .infocontent .comtitle .cn {
  line-height: 45px;
  font-size: 45px;
  color: #0a3291;
  margin-right: 20px;
  font-weight: 900;
}
#concurrent_meetings .infocontent .comtitle .en {
  font-size: 25px;
  line-height: 25px;
  color: #b7b7b7;
}
#concurrent_meetings .foodBox {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  padding: 65px 60px;
  border-radius: 20px;
}
#concurrent_meetings .foodBox .foodInfoBox {
  margin-bottom: 50px;
}
#concurrent_meetings .foodBox .foodInfoBox .zhutiTitle .cn {
  font-size: 34px;
  color: #0168ff;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#concurrent_meetings .foodBox .foodInfoBox .zhutiTitle .cn b {
  font-size: 42px;
  font-weight: 900;
}
#concurrent_meetings .foodBox .foodInfoBox .tableBox {
  width: 100%;
  box-sizing: border-box;
  margin-top: 50px;
}
#concurrent_meetings .foodBox .foodInfoBox .tableBox .tag {
  text-align: right;
  font-size: 25px;
  color: #b7b7b7;
}
#concurrent_meetings .foodBox .foodInfoBox .tableBox .tag i {
  color: red;
}
#concurrent_meetings .foodBox .foodInfoBox .tableBox table {
  width: 100%;
}
#concurrent_meetings .foodBox .foodInfoBox .tableBox table tr td {
  color: #000;
  font-size: 25px;
  text-align: left;
  padding-bottom: 60px;
  position: relative;
  padding-left: 190px;
}
#concurrent_meetings .foodBox .foodInfoBox .tableBox table tr td::after {
  content: '';
  width: 148px;
  height: 48px;
  box-sizing: border-box;
  background: url('../newimages/huiyiIcon.png') no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
}
#concurrent_meetings .foodBox .foodInfoBox .tableBox table tr td::before {
  content: '';
  width: 1px;
  height: 100%;
  border-radius: 100px;
  background-color: #ea0107;
  position: absolute;
  top: 16px;
  left: 139px;
}
#concurrent_meetings .foodBox .foodInfoBox .tableBox table tr td p {
  margin-bottom: 10px;
}
#concurrent_meetings .foodBox .foodInfoBox .tableBox table tr td p b {
  font-size: 30px;
}
#concurrent_meetings .foodBox .foodInfoBox .tableBox table tr:last-child td::before {
  display: none;
}
#concurrent_meetings .content {
  margin-bottom: 100px;
}
#concurrent_meetings .meetings2 .foodBox {
  padding: 35px 60px;
}
#concurrent_meetings .meetings2 .foodBox .foodInfoBox .tableBox table tr td {
  padding-left: 120px;
  padding-bottom: 30px;
}
#concurrent_meetings .meetings2 .foodBox .foodInfoBox .tableBox table tr td p {
  margin-bottom: 0;
  line-height: 48px;
}
#concurrent_meetings .meetings2 .foodBox .foodInfoBox .tableBox table tr td::before {
  left: 69px;
}
#concurrent_meetings .meetings2 .foodBox .foodInfoBox .tableBox table tr td::after {
  width: 22px;
  left: 57px;
  background: url(../newimages/huiyiIcon.png) no-repeat right top;
}
#cn_exhibitors_area {
  width: 100%;
  box-sizing: border-box;
}
#cn_exhibitors_area > .content {
  padding-top: 100px;
}
#cn_exhibitors_area > .content .comtitle {
  display: flex;
  align-items: flex-end;
}
#cn_exhibitors_area > .content .comtitle .cn {
  line-height: 45px;
  font-size: 45px;
  color: #0a3291;
  margin-right: 20px;
  font-weight: 900;
}
#cn_exhibitors_area > .content .comtitle .en {
  font-size: 25px;
  line-height: 25px;
  color: #b7b7b7;
}
#cn_exhibitors_area > .content .tableBox {
  width: 100%;
  margin-top: 90px;
}
#cn_exhibitors_area > .content .tableBox table {
  width: 100%;
  box-sizing: border-box;
}
#cn_exhibitors_area > .content .tableBox table tr td {
  font-size: 20px;
  color: #2f2f2f;
  line-height: 45px;
  padding-left: 60px;
}
#cn_exhibitors_area > .content .tableBox table tr td:first-child {
  width: 374px;
  height: 62px;
  background-color: #fff2f2;
  box-sizing: border-box;
  padding-left: 50px;
}
#visiting_instructions {
  width: 100%;
  box-sizing: border-box;
}
#visiting_instructions .infocontent {
  padding-bottom: 100px;
}
#visiting_instructions .infocontent .infoBox {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
  padding-left: 65px;
  margin-top: 80px;
  position: relative;
}
#visiting_instructions .infocontent .infoBox::before {
  content: '';
  width: 1px;
  height: 150%;
  border: 1px dashed #1f7aff;
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: 16px;
}
#visiting_instructions .infocontent .infoBox .titleBox {
  font-size: 30px;
  color: #0168ff;
  position: relative;
}
#visiting_instructions .infocontent .infoBox .titleBox::after {
  content: '';
  width: 43px;
  height: 43px;
  box-sizing: border-box;
  border-radius: 60px;
  border: 6px solid #fff;
  background-image: linear-gradient(to bottom, #14a7ff, #0826ff);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: -70px;
}
#visiting_instructions .infocontent .infoBox .descText {
  font-size: 25px;
  color: #4d4d4d;
  margin-top: 20px;
}
#visiting_instructions .infocontent .infoBox:last-child::before {
  display: none;
}
.wonderful_review_huigu {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 100px;
}
.wonderful_review_huigu .content {
  margin-top: 50px;
}
.wonderful_review_huigu .content p {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  text-indent: 2em;
  margin-bottom: 20px;
}
.wonderful_review_huigu .swiperBox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.wonderful_review_huigu .swiperBox .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border-radius: 50px;
  background-color: #d4d4d4;
  opacity: 1;
  margin: 0 10px;
  position: relative;
}
.wonderful_review_huigu .swiperBox .swiper-pagination-bullet-active {
  background-color: #0150e6;
  border: 2px solid #0150e6;
}
.wonderful_review_huigu .swiperBox .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50px;
  background-color: #d4d4d4;
  transform: translate(-50%, -50%);
}
.prepared-wrap {
  padding-top: 75px;
}
.prepared-wrap .prepared-con {
  padding-top: 75px;
}
.prepared-wrap .prepared-item {
  margin-bottom: 50px;
}
.prepared-wrap .prepared-item:last-child {
  margin-bottom: 0;
}
.prepared-wrap .prepared-item .prepared-title {
  font-size: 0;
  border-bottom: 1px solid #e2e2e2;
}
.prepared-wrap .prepared-item .prepared-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  font-size: 28px;
  color: #075ad5;
  font-weight: bold;
}
.prepared-wrap .prepared-item .prepared-title span::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 5px;
  background: #075ad5;
  content: '';
}
.prepared-wrap .prepared-item ul {
  display: flex;
  margin-top: 22px;
}
.prepared-wrap .prepared-item ul li {
  width: 140px;
  height: 170px;
  border-radius: 6px;
  background: #fff;
  margin-right: 55px;
  box-shadow: 0 0 16px rgba(148, 148, 148, 0.3);
  font-size: 16px;
  color: #222;
  text-align: center;
  transition: all 0.2s;
}
.prepared-wrap .prepared-item ul li span {
  font-size: 17px;
  line-height: normal;
}
.prepared-wrap .prepared-item ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: unset;
  cursor: default;
}
.prepared-wrap .prepared-item ul li i {
  display: block;
  width: 41px;
  height: 41px;
  margin-bottom: 20px;
  transition: all 0.2s;
}
.prepared-wrap .prepared-item ul li.active {
  box-shadow: 0 0 16px rgba(7, 90, 213, 0.3);
  color: #075ad5;
}
.prepared-wrap .prepared-item ul li.active a {
  cursor: pointer;
}
.prepared-wrap .prepared-item:nth-child(1) ul {
  background: url(../newimages/visitor/prepared/1.png) no-repeat right center;
}
.prepared-wrap .prepared-item:nth-child(1) ul li:nth-child(1) i {
  background: url(../newimages/visitor/prepared/a/1.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(1) ul li:nth-child(1).active {
  box-shadow: 0 0 16px rgba(206, 48, 46, 0.3);
}
.prepared-wrap .prepared-item:nth-child(1) ul li:nth-child(1).active i {
  background: url(../newimages/visitor/prepared/b/11.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(1) ul li:nth-child(1).active span {
  color: #ce302e;
}
.prepared-wrap .prepared-item:nth-child(1) ul li:nth-child(2) i {
  background: url(../newimages/visitor/prepared/a/2.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(1) ul li:nth-child(2).active i {
  background: url(../newimages/visitor/prepared/b/2.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(1) ul li:nth-child(3) i {
  background: url(../newimages/visitor/prepared/a/3.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(1) ul li:nth-child(3).active i {
  background: url(../newimages/visitor/prepared/b/3.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(1) ul li:nth-child(4) i {
  background: url(../newimages/visitor/prepared/a/4.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(1) ul li:nth-child(4).active i {
  background: url(../newimages/visitor/prepared/b/4.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(2) ul {
  background: url(../newimages/visitor/prepared/2.png) no-repeat right center;
}
.prepared-wrap .prepared-item:nth-child(2) ul li:nth-child(1) i {
  background: url(../newimages/visitor/prepared/a/5.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(2) ul li:nth-child(1).active {
  box-shadow: 0 0 16px rgba(206, 48, 46, 0.3);
}
.prepared-wrap .prepared-item:nth-child(2) ul li:nth-child(1).active i {
  background: url(../newimages/visitor/prepared/b/12.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(2) ul li:nth-child(1).active span {
  color: #ce302e;
}
.prepared-wrap .prepared-item:nth-child(2) ul li:nth-child(2) i {
  background: url(../newimages/visitor/prepared/a/6.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(2) ul li:nth-child(2).active i {
  background: url(../newimages/visitor/prepared/b/6.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(3) ul {
  background: url(../newimages/visitor/prepared/3.png) no-repeat right center;
}
.prepared-wrap .prepared-item:nth-child(3) ul li:nth-child(1) i {
  background: url(../newimages/visitor/prepared/a/7.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(3) ul li:nth-child(1).active i {
  background: url(../newimages/visitor/prepared/b/7.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(3) ul li:nth-child(2) i {
  background: url(../newimages/visitor/prepared/a/8.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(3) ul li:nth-child(2).active i {
  background: url(../newimages/visitor/prepared/b/8.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(3) ul li:nth-child(3) i {
  background: url(../newimages/visitor/prepared/a/9.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(3) ul li:nth-child(3).active i {
  background: url(../newimages/visitor/prepared/b/9.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(3) ul li:nth-child(4) i {
  background: url(../newimages/visitor/prepared/a/10.png) no-repeat center;
}
.prepared-wrap .prepared-item:nth-child(3) ul li:nth-child(4).active i {
  background: url(../newimages/visitor/prepared/b/10.png) no-repeat center;
}
#cn_visitor .visitor-page {
  background: #f6f6f6;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
}
#cn_visitor .visitor-page .main-color {
  color: #0c68dd;
}
#cn_visitor .visitor-page .banner {
  height: 170px;
  background: url(../newimages/visitor/banner.png) no-repeat center;
}
#cn_visitor .visitor-page .banner .content {
  position: relative;
  height: 100%;
}
#cn_visitor .visitor-page .banner .content a {
  position: absolute;
  right: 0;
  top: 64px;
  width: 234px;
  height: 48px;
}
#cn_visitor .visitor-page .v-page-title {
  margin-bottom: 20px;
}
#cn_visitor .visitor-page .v-page-title h3 {
  font-size: 35px;
  color: #0c68dd;
}
#cn_visitor .visitor-page .v-page-title h4 {
  font-size: 35px;
}
#cn_visitor .visitor-page .v-page-title p {
  margin-top: 10px;
}
#cn_visitor .visitor-page > .content {
  padding: 40px 0;
}
#cn_visitor .visitor-page .v-page-block {
  box-sizing: border-box;
  padding: 36px;
  background: #fff;
  margin-bottom: 40px;
}
#cn_visitor .visitor-page .v-page-block:last-child {
  margin-bottom: 0;
}
#cn_visitor .delegation .block1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cn_visitor .delegation .block1 .text {
  width: 880px;
}
#cn_visitor .delegation .block1 .text p:first-child {
  margin-bottom: 5px;
}
#cn_visitor .delegation .block1 .text li {
  line-height: 36px;
}
#cn_visitor .delegation .block1 .text li i {
  font-weight: bold;
  margin-right: 6px;
}
#cn_visitor .delegation .block2 p:first-child {
  margin-bottom: 10px;
}
#cn_visitor .delegation .block2 li {
  line-height: 60px;
}
#cn_visitor .delegation .block2 li i {
  font-weight: bold;
  margin-right: 6px;
}
#cn_visitor .delegation .block2 .btn {
  display: inline-block;
  height: 86px;
  padding: 0 50px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 86px;
  background: #ce302e;
  margin: 10px 0 40px;
}
#cn_visitor .traffic .block1 {
  display: flex;
  justify-content: space-between;
}
#cn_visitor .traffic .block1 li:first-child {
  margin-bottom: 100px;
}
#cn_visitor .traffic .block1 .main-color {
  margin-bottom: 10px;
}
#cn_visitor .traffic .block2 .tab-ul {
  display: flex;
  height: 50px;
}
#cn_visitor .traffic .block2 .tab-ul li {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #e4e4e4;
  font-size: 18px;
  color: #000;
  transition: all 0.2s;
  cursor: pointer;
}
#cn_visitor .traffic .block2 .tab-ul li.active {
  background: #0168ff;
  color: #fff;
}
#cn_visitor .traffic .block2 .tab-ul li i {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(1) i {
  background-image: url(../newimages/visitor/icon/tab1.png);
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(1).active i {
  background-image: url(../newimages/visitor/icon/tab1_a.png);
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(2) i {
  background-image: url(../newimages/visitor/icon/tab2.png);
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(2).active i {
  background-image: url(../newimages/visitor/icon/tab2_a.png);
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(3) i {
  background-image: url(../newimages/visitor/icon/tab3.png);
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(3).active i {
  background-image: url(../newimages/visitor/icon/tab3_a.png);
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(4) i {
  background-image: url(../newimages/visitor/icon/tab4.png);
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(4).active i {
  background-image: url(../newimages/visitor/icon/tab4_a.png);
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(5) i {
  background-image: url(../newimages/visitor/icon/tab4.png);
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(5).active i {
  background-image: url(../newimages/visitor/icon/tab4_a.png);
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(6) i {
  background-image: url(../newimages/visitor/icon/tab5.png);
}
#cn_visitor .traffic .block2 .tab-ul li:nth-child(6).active i {
  background-image: url(../newimages/visitor/icon/tab5_a.png);
}
#cn_visitor .traffic .block2 .v-page-block {
  display: none;
  margin-bottom: 0;
}
#cn_visitor .traffic .block2 .v-page-block .img-box {
  padding-left: 20px;
  width: 150px;
}
#cn_visitor .traffic .block2 .v-page-block .text p {
  line-height: 40px;
}
#cn_visitor .traffic .block2 .v-page-block .text p span {
  color: #fe0002;
}
#cn_visitor .traffic .block2 .v-page-block .text p:first-child {
  font-weight: bold;
}
#cn_visitor .traffic .block2 .v-page-block.active {
  display: flex;
}
#cn_visitor .visa .block1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cn_visitor .visa .block1 .text {
  width: 800px;
}
#cn_visitor .visa .block1 .text p:first-child {
  margin-bottom: 30px;
}
#cn_visitor .visa .block1 .text a {
  color: #0150e6;
}
#cn_visitor .visa .block2 ul {
  margin: 10px 0 35px;
}
#cn_visitor .visa .block2 ul li {
  line-height: 36px;
}
#cn_visitor .media-partner-page .banner {
  height: 170px;
  background: url(../newimages/visitor/media-partner-banner.png) no-repeat center;
}
#cn_visitor .media-partner-page .banner .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cn_visitor .media-partner-page .banner .content p {
  font-size: 66px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#cn_visitor .media-partner-page .block1 .content {
  padding: 60px 0;
}
#cn_visitor .media-partner-page .block1 .content p {
  font-size: 20px;
  color: #000;
  line-height: 44px;
  text-align: center;
}
#cn_visitor .media-partner-page .block1 .content p a {
  color: #3867fc;
  text-decoration: underline;
}
#cn_visitor .media-partner-page .block1 .content p:first-child {
  font-size: 30px;
  color: #3867fc;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#cn_visitor .media-partner-page .block2 {
  background: #075bd6;
}
#cn_visitor .media-partner-page .block2 .content {
  padding: 65px 0;
  color: #fff;
}
#cn_visitor .media-partner-page .block2 .content h3 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}
#cn_visitor .media-partner-page .block2 .content ul {
  display: none;
}
#cn_visitor .media-partner-page .block2 .content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #83adeb;
}
#cn_visitor .media-partner-page .block2 .content ul li:last-child {
  border-bottom: none;
}
#cn_visitor .media-partner-page .block2 .content ul li .img-box {
  width: 172px;
  height: 172px;
  border-radius: 172px;
  padding: 10px;
  background: #fff;
  overflow: hidden;
}
#cn_visitor .media-partner-page .block2 .content ul li .img-box img {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: contain;
}
#cn_visitor .media-partner-page .block2 .content ul li .text {
  width: 1090px;
}
#cn_visitor .media-partner-page .block2 .content ul li .text p {
  font-size: 20px;
  line-height: 1.5em;
}
#cn_visitor .media-partner-page .block2 .content ul li .text p:first-child {
  font-size: 26px;
  text-transform: uppercase;
}
#cn_visitor .media-partner-page .block2 .content #pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
#cn_visitor .media-partner-page .block2 .content #pagenation a,
#cn_visitor .media-partner-page .block2 .content #pagenation > span {
  display: block;
  box-sizing: border-box;
  min-width: 50px;
  height: 40px;
  margin: 0 6px;
  padding: 0 5px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
}
#cn_visitor .media-partner-page .block2 .content #pagenation a.prev,
#cn_visitor .media-partner-page .block2 .content #pagenation > span.prev,
#cn_visitor .media-partner-page .block2 .content #pagenation a.next,
#cn_visitor .media-partner-page .block2 .content #pagenation > span.next {
  padding: 0 20px;
}
#cn_visitor .media-partner-page .block2 .content #pagenation a.active,
#cn_visitor .media-partner-page .block2 .content #pagenation > span.active {
  background: rgba(255, 255, 255, 0.15);
  cursor: default;
}
#cn_visitor .media-partner-page .block2 .content #pagenation a.disabled,
#cn_visitor .media-partner-page .block2 .content #pagenation > span.disabled {
  cursor: not-allowed;
}
#cn_visitor .concurrent-events-page .banner {
  height: 170px;
  background: url(../newimages/visitor/banner.png) no-repeat center;
}
#cn_visitor .concurrent-events-page .banner .content {
  position: relative;
  height: 100%;
}
#cn_visitor .concurrent-events-page .banner .content a {
  position: absolute;
  right: 0;
  top: 64px;
  width: 234px;
  height: 48px;
}
#cn_visitor .concurrent-events-page .block1 {
  background: #f6f6f6;
  color: #000;
}
#cn_visitor .concurrent-events-page .block1 .content h1 {
  font-size: 35px;
  text-transform: uppercase;
  padding: 45px 0 30px;
}
#cn_visitor .concurrent-events-page .block1 .content .tips {
  font-size: 16px;
  color: #000;
  text-align: right;
  padding: 35px 0 30px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-wrap {
  margin-bottom: 55px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-wrap:last-child {
  margin-bottom: 0;
}
#cn_visitor .concurrent-events-page .block1 .content .item-title {
  box-sizing: border-box;
  width: 660px;
  height: 50px;
  padding: 0 60px 0 22px;
  border-radius: 0 50px 0 0;
  background: #0168ff;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list > li {
  margin-top: 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  overflow: hidden;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 80px;
  padding-left: 35px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .label p {
  font-size: 20px;
  line-height: 1.5em;
  max-width: 1000px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .label .more-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 175px;
  height: 55px;
  padding-right: 20px;
  border-left: 1px solid #c3c3c3;
  user-select: none;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .label .more-btn span {
  font-size: 20px;
  color: #e72929;
  padding-right: 20px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .label .more-btn i {
  display: block;
  width: 34px;
  height: 34px;
  background: url(../newimages/visitor/xiala.png) no-repeat center;
  transform: rotate(0deg);
  transition: transform 0.15s;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .label .more-btn.has-content {
  cursor: pointer;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .label .more-btn.active i {
  transform: rotate(180deg);
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .item-con {
  display: none;
  padding: 35px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .item-con.active {
  display: block;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .label + .item-con {
  padding-top: 15px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-img-list {
  display: flex;
  align-items: center;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-img-list > li {
  margin-right: 28px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-img-list > li > .el-image img {
  height: 130px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-img-list > li > p {
  font-size: 20px;
  color: #0168ff;
  font-style: italic;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-img-list .sub {
  display: flex;
  margin-top: 10px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-img-list .sub li {
  margin-right: 20px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-img-list .sub li > .el-image img {
  height: 100px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-text-list .red-text {
  font-size: 20px;
  color: #e72929;
  font-weight: bold;
  margin-bottom: 15px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-text-list .red-text:last-child {
  margin-bottom: 0;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-text-list ul li {
  margin-bottom: 15px;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-text-list ul li:last-child {
  margin-bottom: 0;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-text-list ul li p {
  font-size: 16px;
  color: #0168ff;
}
#cn_visitor .concurrent-events-page .block1 .content .item-list .con-text-list ul li p.label-p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
#intro .content p,
#intro .descBox p,
#intro .intro-content p {
  font-size: 20px !important;
  line-height: 30px !important;
}
.gongyingshang {
  padding: 100px 0;
}
.gongyingshang .swiperBox {
  margin-top: 60px;
}
.gongyingshang .swiperBox .swiper-slide {
  width: 794px;
  height: 437px;
}
.gongyingshang .swiperBox .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
